home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 May / PersonalComputerWorld-May2008-CoverdiscCD.iso / Software / Full / Nero 7 / Installation / Cab / E8BFBFB8.cab / CopyGadget23227DD5.html next >
Encoding:
Extensible Markup Language  |  2006-12-11  |  4.4 KB  |  88 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <html xmlns="http://www.w3.org/1999/xhtml"><head>
  3. <title>Nero Copy Gadget</title>
  4. <meta http-equiv="content-type" content="text/html;charset=utf-8" />
  5. <script type="text/javascript">
  6. // strings for translation
  7. var L_BurnanbleDisc = "Recordable disc";
  8. var L_ReadonlyDisc = "Read-only disc";
  9. var L_NoDisc = "No Disc";
  10. var L_WaitCD = "Waiting for a disc";
  11. var L_BurningError = "Burning error";
  12. var L_UserAborted = "Aborting...";
  13. var L_NumberOfCopies = "Number of copies";
  14. var L_Progress = "Progress";
  15. var L_Cancel = "Cancel";
  16. var L_Ok = "OK";
  17. var L_Copy = "Start Copying";
  18. var L_BurningComplete = "Copying complete";
  19. var L_BurningAborted = "Copying aborted";
  20. var L_BurningStarted = "Copying started";
  21. var L_DropError = "Internal error during drop operation";
  22. var L_DropErrorMultipleFiles = "Cannot burn several files at once";
  23. var L_DropErrorLink = "Nero DiscCopy cannot burn links";
  24. var L_DropErrorFolder = "Nero DiscCopy cannot burn folders";
  25. var L_DropErrorAlreadyBurning = "Nero DiscCopy cannot process the dropped file because it is already being burned";
  26. var L_DropBurningStarted = "Processing dropped file";
  27. var L_Version = "GUI Version:";
  28. var L_VersionServer = "Server Version:";
  29. var L_VersionAPI = "NeroAPI Version:";
  30. var L_EraseDisc = "Erase Disc";
  31. var L_CloseTray = "Close Tray";
  32. var L_Dialog = "(Dialog)";
  33.  
  34. //keep the function called on unload inside the html, so sidebar doesn't crash
  35. function COMServerShutdown()
  36. {
  37.   try {
  38.     COMServer.StartBurn( false );
  39.   } catch (e) { /* ignore */ };
  40.   COMServer = null;
  41. }
  42.  
  43. </script>
  44. <script type="text/javascript" src="scripts/gadget.js"></script>
  45. <style type="text/css">
  46.     body
  47.     {
  48.         margin: 0px;
  49.         width: 130px;
  50.         height: 125px;
  51.     }
  52.  
  53.     img
  54.     {
  55.         position: absolute;
  56.     }
  57.  
  58.     .btn
  59.     {
  60.        border:.1px solid;
  61.        scrollbar-face-color:white; 
  62.  
  63.         position: absolute;
  64.         color: black;
  65.         font-family: Segoe UI;
  66.         font-size: 11px;
  67.         font-weight: bold;
  68.         font-stretch: narrower;                    
  69.          
  70.        left:70px;
  71.        top:76px;
  72.  
  73.        height:19;    
  74.     }
  75.  
  76. </style></head>
  77. <!--- the page itself ---->
  78.  <body scroll='no' style="background-repeat: no-repeat;" onLoad="reset()" ondrop="OnItemsDropped()" onunload="COMServerShutdown()">
  79.     <div id="mainbutton"><img alt ="" id="MainButtonImg" src="images/Copy Mode/Copy Button/NDCG_main_opt_actual_Disabled.png" style="left:55px;top:46px;visibility:visible;z-index:21;border:0px solid #000;" onmouseover="AutoSlideOut();MouseOverMainButton();" onmouseout="MouseOutOfMainButton();AutoSlideIn();" onmousedown="MainButtonMouseDown()" onmouseup="MainButtonMouseUp()" onclick="MainButtonClicked()"/></div>
  80.     <div id="display"><img id="DisplayImg" alt="Display" src="images/Copy Mode/Copies Entry/NDCG_main_opt_actual_Entry.png" style="left:10px;top:51px;visibility:visible;z-index:23;border:0px solid #000;" onmouseover="AutoSlideOut();" onmouseout="AutoSlideIn();"/></div>
  81.       <div id="lsdigit"><img id="LSDigitImg" alt="Display" src="images/digits/Digit_0b.PNG" style="left:29px;top:57px;visibility:visible;z-index:24;border:0px solid #000;" onmouseover="AutoSlideOut();" onmouseout="AutoSlideIn();"/></div>
  82.       <div id="msdigit"><img id="MSDigitImg" alt="Display" src="images/digits/Digit_0b.PNG" style="left:19px;top:57px;visibility:visible;z-index:24;border:0px solid #000;" onmouseover="AutoSlideOut();" onmouseout="AutoSlideIn();"/></div>
  83.     <div id="inccopies"><img id="IncCopiesImg" alt="More copies" src="images/Copy Mode/Copies Plus/NDCG_main_opt_actual_Disabled.png" style="left:21px;top:43px;visibility:visible;z-index:22;border:0px solid #000;" onmouseover="AutoSlideOut();MouseOverIncCopiesButton()" onmouseout="MouseOutOfIncCopiesButton();AutoSlideIn();" onmousedown="IncCopiesButtonMouseDown()" onmouseup="IncCopiesButtonMouseUp()" onclick="IncCopiesButtonClicked()" ondblclick="IncCopiesButtonClicked()"/></div>
  84.     <div id="deccopies"><img id="DecCopiesImg" alt="Less copies" src="images/Copy Mode/Copies Minus/NDCG_main_opt_actual_Disabled.png" style="left:21px;top:75px;visibility:visible;z-index:22;border:0px solid #000;" onmouseover="AutoSlideOut();MouseOverDecCopiesButton()" onmouseout="MouseOutOfDecCopiesButton();AutoSlideIn();" onmousedown="DecCopiesButtonMouseDown()" onmouseup="DecCopiesButtonMouseUp()" onclick="DecCopiesButtonClicked()" ondblclick="DecCopiesButtonClicked()"/></div>
  85. </body>
  86. </html>
  87.  
  88.